17.3 TLB Refill Vector Selection
The Reserved Instruction exception occurs when one of the following conditions occurs:
This exception is not maskable.
Processing
The common exception vector is used for this exception, and the RI code in the Cause register is set.
The EPC register contains the address of the reserved instruction unless it is in a branch delay slot, in which case the EPC register contains the address of the preceding branch instruction.
Servicing
No instructions in the MIPS ISA are currently interpreted. The process executing at the time of this exception is handed a UNIX SIGILL/ILL_RESOP_FAULT (illegal instruction/reserved operand fault) signal. This error is usually fatal.